From 965dd7dd13ecf5efa13764c67e89ecbdfdf6c643 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 9 Mar 2008 17:17:18 +0000 Subject: [PATCH] config.h: Add definition MAXIMAL_ENABLED. --- gpsbabel/msvc/config.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gpsbabel/msvc/config.h b/gpsbabel/msvc/config.h index 39219e102..b8df41708 100644 --- a/gpsbabel/msvc/config.h +++ b/gpsbabel/msvc/config.h @@ -6,8 +6,12 @@ // Define to zero for the common UTF-8, ASCII and related sets. // Define to one for everything we know. +/* 0 for most-used, 1 for all character sets */ #undef CET_WANTED +/* 1 to enable as many formats as possible */ +#undef MAXIMAL_ENABLED + /* 1 to enable the CSV formats support */ #undef CSVFMTS_ENABLED @@ -20,5 +24,5 @@ /* 1 to enable shapefile support */ #undef SHAPELIB_ENABLED +/* 1 to inhibit our use of zlib. */ #define ZLIB_INHIBITED 1 - -- 2.30.2